Database Systems: Concepts, Design and Applications by Shio Kumar Singh
Author:Shio Kumar Singh [Singh, Shio Kumar]
Language: eng
Format: azw3
ISBN: 9789332503212
Publisher: Pearson India
Published: 2011-07-31T16:00:00+00:00
FILL IN THE BLANKS
Transaction is a _____ of work that represents real-world events of any organisation or an enterprise, whereas concurrency control is the management of concurrent transaction execution.
_____ is the activity of coordinating the actions of processes that operate in parallel, access shared data, and therefore potentially interfere with each other.
A simple way to detect a state of deadlock is for the system to construct and maintain a _____ graph.
A transaction is a sequence of _____ and _____ actions that are grouped together to from a database access.
_____ is the ability of a DBMS to manage the various transactions that occur within the system.
Atomic transaction is a transaction in which either _____ with the transaction are executed to completion or are performed.
The ACID properties of a transaction are (a) _____, (b) _____, (c) _____ and (d) _____.
_____ means that execution of a transaction in isolation preserves the consistency of the database.
The _____ of the DBMS ensures the atomicity of each transaction.
Transaction log is a _____ of all _____ and the corresponding changes to the _____.
Ensuring durability is the responsibility of the _____ of the DBMS.
Isolation property of transaction means that the data used during the execution of a transaction cannot be used by _____ until the first one is completed.
A consistent database state is one in which all _____ constraints are satisfied.
A transaction that changes the contents of the database must alter the database from one _____ to another.
The isolation property is the responsibility of the _____ of DBMS.
A transaction that completes its execution successfully is said to be _____.
Level 2 transaction consistency isolates from the _____ of other transactions.
When a transaction has not successfully completed its execution we say that it has _____.
A _____ is a schedule where the operations from a group of concurrent transactions are interleaved.
The objective of _____ is to find non-serial schedules.
The situation where a single transaction failure leads to a series of rollbacks is called a _____.
_____ is the size of the data item chosen as the unit of protection by a concurrency control program.
Optimistic concurrency control techniques are also called _____ concurrency scheme.
The only way to undo the effects of a committed transaction is to execute a _____.
Collections of operations that form a single logical unit of work are called _____.
Serialisability must be guaranteed to prevent _____ from transactions interfering with one another.
Precedence graph is used to depict _____.
Lock prevents access to a _____ by a second transaction until the first transaction has completed all of its actions.
A shared/exclusive (or Read/Write) lock uses _____ lock.
A shared lock exists when concurrent transactions are granted _____ access on the basis of a common lock.
Two-phase locking is a method of controlling _____ in which all locking operations precede the first unlocking operation.
In a growing phase, a transaction acquires all the required locks without _____ any data.
In a shrinking phase, a transaction releases _____ and cannot obtain any _____ lock.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(27094)
Hello! Python by Anthony Briggs(25950)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(25286)
Kotlin in Action by Dmitry Jemerov(24396)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(23591)
Dependency Injection in .NET by Mark Seemann(23313)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(21945)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(20849)
Grails in Action by Glen Smith Peter Ledbrook(19869)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(17073)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(16833)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(14464)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(12584)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(11865)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10650)
Hit Refresh by Satya Nadella(9239)
The Kubernetes Operator Framework Book by Michael Dame(8588)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8446)
Robo-Advisor with Python by Aki Ranin(8387)